home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prodz203.zip / PRODIZ.HIS < prev    next >
Text File  |  1992-09-10  |  5KB  |  131 lines

  1.  
  2. Note:
  3.    Please note that because of a number of obligations, I will no longer
  4.    be working on ProDIZ.  However, there are still some things that need
  5.    to be done to it, so I have turned the source code over to Max Bernard
  6.    of Taste BBS in Brooklyn, NY.  Please contact Max at 718-252-4529, if
  7.    you have any questions or problems with ProDIZ.
  8.  
  9.    I can also be contacted there if necessary. (Dave Navarro, Jr.)
  10.  
  11. -------------------------------------------------------------------------------
  12.  
  13.                                 ProDIZ History
  14.                                 --------------
  15.  
  16. Sep-10-92 MB   Ver 2.03
  17.              ■ Fixed the problems with the /L option
  18.              ■ Added /E option to erase files that fail the /O
  19.                maximum age requirement test
  20.  
  21. Sep-08-92 MB   Ver 2.02 (Not released)
  22.              ■ ProDIZ now makes sure file wasn't already "private"
  23.                before adding its own "/" for the /P option
  24.  
  25. Mar-10-92 MB   Version 2.01
  26.              ■ Added /L switch for (L)ocal operation
  27.  
  28. Feb-29-92 MB   Version 2.0
  29.              ■ General cleanup and code optimization
  30.  
  31. Version 1.92 (02/28/92) (Not released)
  32.              ■ ProDIZ will now scan the archive for DOS reserved
  33.                and if found, will make the upload private and add
  34.                a warning line to the file's description
  35.  
  36. Version 1.91 (02/27/92) (Not released)
  37.              ■ Added reformatting for long DESC.SDI lines
  38.  
  39. Version 1.9 (02/25/92)
  40.              ■ Added support for DESC.SDI embedded descriptions
  41.              ■ Added support for the /P switch to make all uploads private
  42.                UNLESS they have a FILE_ID.DIZ or DESC.SDI embedded.
  43.  
  44. ---------------------------------------------------------------------------
  45.  
  46. New in 1.8b (02/23/92)
  47.              ■ Fixed minimum date option.
  48.  
  49. ---------------------------------------------------------------------------
  50.  
  51. New in 1.8:
  52.  
  53.     Added /O:yymm option.  Deletes any file which is older than MMYY.
  54.  
  55.     Example:  PRODIZ %2 $DOOR.NAM /O:9201
  56.  
  57.     would reject any files which do not contain at least One file which
  58.     has a file date of 01/01/1992.
  59.  
  60.     Rejected files return an errorlevel of 2, so add a line like:
  61.  
  62.     if errorlevel==2 del %2
  63.  
  64. ---------------------------------------------------------------------------
  65.  
  66. New in 1.7:
  67.  
  68.     Fixed the problem where imported FILE_ID.DIZ's had blank lines
  69.     in them.  Changed "■ DIZ" to "* DIZ" for machines which support
  70.     non-pc callers.
  71.  
  72. ---------------------------------------------------------------------------
  73.  
  74. New in 1.6:
  75.  
  76.    Bug fixes.  When I added the AV option in the 1.5 version, I totally
  77.    screwed up the description parsing routines..
  78.  
  79.    Also, for some strange reason, ProDoor ignores all charactors after
  80.    "#" in a descriptions...  Very bizarre..  So the new AV line is:
  81.    "-AV: CVL512  Dave Navarro, Jr."
  82.  
  83. ---------------------------------------------------------------------------
  84.  
  85. New in 1.5:
  86.  
  87.    Added /AV option to include ZIP AV serial numbers in the description
  88.    if found in the form of: "-AV: #CVL512  Dave Navarro, Jr."
  89.  
  90. ---------------------------------------------------------------------------
  91.  
  92. New in 1.4B:
  93.  
  94.    Bug Fix.  Instead of "92" in the date, ProDIZ was adding "19"
  95.  
  96.    Bug Fix.  ProDIZ was not adding the Uncompressed Size.
  97.  
  98. ---------------------------------------------------------------------------
  99.  
  100. New in 1.4:
  101.  
  102.    Bug Fix.  Changed the ARJ and LHA command lines from the "x" option
  103.    to the "e" option to extract without full path.
  104.  
  105.    Changed the /D option line from a 4 digit year to a 2 digit year (1992
  106.    to 92).  If ProDIZ imports a FILE_ID.DIZ, "■ DIZ" is now added to the
  107.    end of the /D option line.
  108.  
  109.    Added a /U option to include the uncompressed filesize in the form
  110.    of "Uncompressed Size: nn,nnn,nnn bytes" in the description.
  111.  
  112. ---------------------------------------------------------------------------
  113.  
  114. New in 1.3:
  115.  
  116.    Bug Fix.  If an archive does not contain a FILE_ID.DIZ and there is no
  117.    description found in $DOOR.NAM then ProDIZ will exit, allowing ProDoor
  118.    to get the description from the user after upload testing is over.
  119.  
  120. ---------------------------------------------------------------------------
  121.  
  122. New in 1.2:
  123.  
  124.    ProDIZ now has the /A: option which adds an optional line
  125.    of text to the end of the file description.  For example, you could add
  126.    a line like "TESTED by ZIPLab 1.9a" with the command:
  127.  
  128.    /A:TESTED by ZIPLab 1.9a
  129.  
  130.    to the end of your command line.
  131.